c17aef92688bfa24a91735ae741315bf12e93f3d,itest/src/edu/stanford/nlp/naturalli/OperatorScopeITest.java,OperatorScopeITest,fracasSentencesWithThereAre,#,424
Before Change
checkScope("{ There are } [ really ambitious tenors ] [ who are Italian ]");
checkScope("{ There are } [ really great tenors ] [ who are modest ]");
checkScope("{ There are } [ sixteen representatives ]");
checkScope("{ There are } [ some reports from ITEL on Smith's desk ]");
checkScope("{ There are } [ tenors ] [ who will take part in the concert ]");
checkScope("{ There is } [ a car ] [ that John and Bill own ]");
After Change
checkScope("{ There are } [ tenors who will take part in the concert ]");
checkScope("{ There is } [ a car that John and Bill own ]");
checkScope("{ There is } [ someone whom Helen saw answer the phone ]");
checkScope("{ There was } [ a group of people that met ]");
checkScope("{ There was } [ an Italian who became the world 's greatest tenor ]");